Skip to main content

IsAnArray

Type

operator

Summary

Determines whether Target is an array or not.

Syntax

<Target> is an array

Description

Determines whether Target is an array or not.

Parameters

NameTypeDescription

Target

Any expression

Value

NameTypeDescription

return

Returns true if the given expression Target is an array, and false if not.

Thank you for your feedback!

Was this page helpful?